@import url(iconfont.css);
html,body{font-family: "microsoft yahei"; font-size: 62.5%; color: #333; background: #f2f1f0;}
h1,h2,h3,h4,h5,h6{font-weight: normal; font-size: 1.4rem;}
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,span,i,p,div,a{padding: 0; margin: 0; list-style: none;}
i{font-style: normal;}
.mar15{margin: 0 15px;}
ul,ol,li,dl,dt,dd,span,i,div{font-size: 1.4rem;}
img{overflow: hidden;border: none; display: block;}
a{text-decoration: none; color: #333; font-size: 1.4rem;}

a:hover{text-decoration: none; color: #01368d;}
a:active{text-decoration: none; color: #333;}

.clear:after{content: ""; clear: both; overflow: hidden; display: block;}
.clear{zoom: 1;}



.wrap{width: 1200px; height: auto; margin: 0 auto; padding-top: 80px;}
.w1200{width: 100%; margin: 0 auto;}

.loading{width: 100%; text-align: center;}
.loading a{width: 100%; height: 50px; line-height: 50px; font-size: 1.4rem; border-radius: 3px; display: inline-block; text-align: center; background: #e6e6e6;}

.sorry-font{
    text-align: center;
    padding-top: 25px;
}
.sorry-font i{margin-right: 7px;}

/*分页*/
.page{margin: 40px 0; text-align: center;}

.pageshow a,.pageshow span{
	display: inline-table;
	line-height: 32px;
	height: 32px;
	border:1px solid #DCDCDC;
	background-color: #fff;
	margin: 0 5px;
	padding: 0 12px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

.pageshow a:hover{
	color: #333;
}

.pageshow .current{
	border:1px solid #01368D;
	background-color: #01368D;
	color: #fff;
}